home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1996 May / cd joy 71No13.iso / pc / demos / eurosoc / source / mallocx.h < prev    next >
Text File  |  1996-01-19  |  98b  |  6 lines

  1.  
  2. unsigned int get_mem_info();
  3. void *mallocx(unsigned int size);
  4. void freex(void *address);
  5.  
  6.